home *** CD-ROM | disk | FTP | other *** search
/ BMUG PD-ROM A / PD-ROM A.iso / Programming / Programming Languages / MacOberon / MacOberon (tools) / Def.Tool (.txt) < prev    next >
Encoding:
Oberon Text  |  1990-12-20  |  1.0 KB  |  23 lines  |  [.Ob./.Ob2]

  1. Syntax10.Scn.Fnt
  2. Syntax10i.Scn.Fnt
  3. Def.Show ^
  4. Def.Show *
  5. Def.Show */p
  6. Def.Show ~
  7. -----------------------------------------------------------
  8. Oberon / Object Oberon Definition Projector (cas  25-Jul-90)
  9. Extracts the exported part of a module and displays the result as a
  10. "definition module", called a definition projection.  Besides the usual
  11. Oberon export rule, comments may be exported by using one of the
  12. following conventions:
  13.     (** ... *)
  14.     (** ... **)
  15. All export marks (*) are removed from the projection to reduce clutter.
  16. Textual formatting (indentation, fonts) is mostly preserved.  Projecting
  17. a definition is fast enough to encourage on-the-fly projection without
  18. ever storing a projection which could easily lead to inconsistencies.
  19. (Note that projections are always related to source texts, while the
  20. system browser produces results consistently related to symbol files.)
  21. Def.Show follows the usual parameter conventions.  The option "/p"
  22. forces "plain style" projections using the default font, only.
  23.